Name Property (AutoCompleteBase<T>)
In This Topic
Gets or sets the name of the control element.
Syntax
'Declaration
<C1IgnoreAttribute()>
Public Property Name As System.String
'Usage
Dim instance As AutoCompleteBase(Of T)
Dim value As System.String
instance.Name = value
value = instance.Name
[C1Ignore()]
public System.string Name {get; set;}
public read-write property Name: System.String;
C1IgnoreAttribute()
public function get,set Name : System.String
[C1Ignore()]
public: __property System.string* get_Name();
public: __property void set_Name(
System.string* value
);
[C1Ignore()]
public:
property System.String^ Name {
System.String^ get();
void set ( System.String^ value);
}
See Also